This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Bookmark bar ~Ned Retoopuloden 15.Jan.04 09:52 AM a Web browser Notes Client All ReleasesAll Platforms
The workaround - there just had to be one ! Use the following @Commands in sequence.
DbKey := "Notes://" + Server + "/" + ReplicaID;
@Command([AddDatabase]; Server : File; "0");
@Command([AddBookmark];DbKey; Title; BookmarkFolder);
ReplicaID is without the ":" in the middle.
Bookmark programming in Notes is poor and buggy. Very frustrating after years of inadequate access to the workspace.
Considering the importance of bookmarks - for Notes 6 roaming users particularly - the programmability options really do need to be improved. SPR GPKS5UXCKA has been raised re. the failure of AddDatabase to add a bookmark. There already is an SPR for the failure of AddBookmark to work. I've also asked for an enhancement request to be raised to allow this from Lotusscript. If anyone else cared to draw Lotus attention to this whole area it would be appreciated.